WO2014206190A1 - Picture display method, apparatus and set-top box - Google Patents

Picture display method, apparatus and set-top box Download PDF

Info

Publication number
WO2014206190A1
WO2014206190A1 PCT/CN2014/079268 CN2014079268W WO2014206190A1 WO 2014206190 A1 WO2014206190 A1 WO 2014206190A1 CN 2014079268 W CN2014079268 W CN 2014079268W WO 2014206190 A1 WO2014206190 A1 WO 2014206190A1
Authority
WO
WIPO (PCT)
Prior art keywords
picture
handle
identifier
data structure
image
Prior art date
Application number
PCT/CN2014/079268
Other languages
French (fr)
Chinese (zh)
Inventor
陈强
Original Assignee
深圳市九洲电器有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 深圳市九洲电器有限公司 filed Critical 深圳市九洲电器有限公司
Publication of WO2014206190A1 publication Critical patent/WO2014206190A1/en

Links

Classifications

    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G5/00Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
    • G09G5/36Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the display of a graphic pattern, e.g. using an all-points-addressable [APA] memory
    • G09G5/39Control of the bit-mapped memory
    • G09G5/395Arrangements specially adapted for transferring the contents of the bit-mapped memory to the screen

Definitions

  • the invention belongs to the technical field of mobile terminals, and in particular relates to a picture display method, device and set top box.
  • the existing set-top box picture display is inefficient. Specifically, the current set-top box picture needs to be loaded with the picture resource file, and the picture loading manner is generally divided into two modes:
  • the first loading mode is to obtain image data according to the specific path and file name of the picture or directly use the header file array to store the image data.
  • it is necessary to temporarily open a piece of memory in the memory.
  • the area then copy the image data into the memory area, and finally release the memory area. Due to repeated allocation and release of memory, more memory fragmentation is caused, which reduces the memory usage efficiency.
  • data copying is required. For a long time, the loading time of the image is too long, which reduces the efficiency of image display.
  • the second way is to store the image resource file in the memory for reading access.
  • This method can display the normal display of the picture, but this way, the file in the memory is more, and the set-top box needs to be re-read from the memory every time the device is turned on. The file is taken, because the file is more, the boot time is prolonged, which reduces the user experience.
  • An object of the present invention is to provide a picture display method, which aims to solve the problem that the existing set top box picture display efficiency is low and the picture display causes more memory fragmentation.
  • a picture display method includes:
  • a handle corresponding to the picture identifier is searched, and the handle carries a picture pointer that points to a picture data structure;
  • the picture data structure pointed by the picture pointer is called according to the picture pointer carried in the handle, so that the picture display party quickly loads the picture.
  • Another object of the present invention is to provide a picture display device, including:
  • a first acquiring unit configured to acquire a picture identifier of a picture that needs to be loaded
  • a searching unit configured to search, in a pre-stored handle, a handle corresponding to the image identifier according to a pre-established correspondence between the image identifier and the handle, where the handle carries a picture pointer that points to a picture data structure ;
  • the calling unit is configured to: when the handle corresponding to the picture identifier is found, invoke the picture data structure pointed by the picture pointer according to the picture pointer carried in the handle, so that the picture display party quickly loads the picture.
  • Another object of the embodiments of the present invention is to provide a picture display device including the above picture display device.
  • the picture data structure pointed by the picture pointer is called according to the picture pointer carried in the handle, so that the picture display party quickly loads the picture. It avoids the repeated allocation and release of memory, which will cause more memory fragmentation, reduce the use efficiency of memory, avoid copying of image data, take a long time, make the image loading time too long, reduce the picture
  • the efficiency of the display while avoiding the storage of image resource files in the memory, resulting in extended boot time, reducing the user experience, thereby reducing memory fragmentation caused by image display, improving the display efficiency of the set-top box image, and speeding up
  • the boot time increases the user experience.
  • FIG. 1 is a flowchart of an implementation of a picture display method according to an embodiment of the present invention
  • FIG. 2 is a flowchart of an implementation of establishing a correspondence between a picture identifier of each picture and the handle according to an embodiment of the present invention
  • FIG. 3 is a flowchart of an implementation of a resource file loading and picture data conversion picture display device according to an embodiment of the present invention
  • FIG. 5 is a structural block diagram of a picture display device according to an embodiment of the present invention.
  • FIG. 6 is a flow chart of an implementation of an existing picture loading provided by the background art.
  • the picture data structure pointed by the picture pointer is called according to the picture pointer carried in the handle, so that the picture display party quickly loads the picture. It avoids the repeated allocation and release of memory, which will cause more memory fragmentation, reduce the use efficiency of memory, avoid copying of image data, take a long time, make the image loading time too long, reduce the picture
  • the efficiency of the display while avoiding the storage of image resource files in the memory, resulting in extended boot time, reducing the user experience, thereby reducing memory fragmentation caused by image display, improving the display efficiency of the set-top box image, and speeding up
  • the boot time increases the user experience.
  • FIG. 1 is a flowchart showing an implementation process of a picture display method according to an embodiment of the present invention, which is described in detail as follows:
  • step S101 acquiring a picture identifier of a picture that needs to be loaded
  • the picture identification includes, but is not limited to, an image number.
  • each picture in the picture data may be assigned a unique picture identifier, and the picture identifier is associated with the picture and recorded and stored, so that the subsequent picture display can be obtained. Go to the image ID that needs to load the image. When the user selects a picture, it indicates that the picture is a picture that needs to be loaded.
  • step S102 in a pre-stored handle, according to a pre-established correspondence between the picture identifier and the handle, a handle corresponding to the picture identifier is searched, and the handle carries a picture pointer that points to a picture data structure. ;
  • the handle carries a picture pointer to the picture data structure.
  • the picture data structure is a structure in which picture data is stored.
  • the picture display side uses the picture identifier as an index, and in the database storing the handle corresponding to the picture identifier of the application, the handle corresponding to the picture identifier of the image to be loaded is searched to determine whether the stored database exists. The picture identifies the corresponding handle.
  • the handle corresponding to the picture identifier when the handle corresponding to the picture identifier is queried, it indicates that a handle corresponding to the picture identifier already exists in the database.
  • the picture display party searches for the corresponding handle of the picture identifier according to the corresponding relationship between the picture identifier and the handle stored in the record, and finds the handle corresponding to the picture identifier, so as to facilitate the subsequent picture display party, and can call the picture pointed by the picture pointer in the handle.
  • the data structure extracts the image data, avoids the occurrence of copying of the image data, and takes a long time to load the image quickly.
  • the handle corresponding to the picture identifier when the handle corresponding to the picture identifier is not found, it means that there is no handle corresponding to the picture identifier in the database.
  • the picture is encapsulated into an independent picture data structure, and a handle of the picture data structure is generated, and the picture identifier is indexed, and the picture identifier and the handle are associated and recorded and stored for subsequent image display.
  • the image data structure pointed to by the picture pointer in the handle can be called to extract the picture data, thereby quickly loading the picture.
  • step S103 when the handle corresponding to the picture identifier is found, the picture data structure pointed by the picture pointer is called according to the picture pointer carried in the handle, so that the picture display party quickly loads the picture.
  • the picture data structure pointed by the picture pointer is called, and the picture in the picture data structure is parsed by the function of the picture processing.
  • the data that is, the data of the pixel points, after parsing, according to the previous pixel format, when driving the display, the driver will display in the manner of pixel dot, so that the underlying driver can load the image only through the handle, avoiding the appearance. Repeated allocation and release of memory will cause more memory fragmentation, reduce the efficiency of memory usage, avoid copying of image data, and take a long time, so that the loading time of the image is too long, which reduces the efficiency of image display.
  • the image resource file is stored in the memory, which causes the boot time to be extended, which reduces the user experience, thereby reducing the memory fragmentation caused by the picture display, improving the display efficiency of the set top box picture, speeding up the boot time, and improving The user experience.
  • the step of acquiring the picture identification of the picture to be loaded is performed.
  • the step of acquiring the image identifier of the image to be loaded is performed, specifically, the broadcast message in the set top box is obtained through the preset listener, and the application for acquiring the image is obtained.
  • the broadcast information is started, a thread that obtains a picture identifier of the picture to be loaded is executed to obtain a picture identifier of the picture to be loaded.
  • the step of obtaining the picture identifier of the picture to be loaded is not performed, thereby reducing the running thread of the set top box and improving the running speed of the set top box.
  • FIG. 2 shows an implementation flow of establishing a correspondence between a picture identifier of each picture and the handle before step S101, which is described in detail as follows:
  • step S201 each picture and a picture identifier of each picture are acquired;
  • the module of the application file system traverses and adds indexes (ie, numbering) to all pictures.
  • indexes ie, numbering
  • the five picture numbers are Pic1, Pic2, Pic3, Pic4, Pic5.
  • step S202 each picture is encapsulated into an independent picture data structure, and a handle of the picture data structure is generated;
  • each picture is encapsulated into an independent picture data structure, and a handle of the picture data structure is generated, specifically:
  • the picture information of each picture is obtained, and the picture data stored in the buffer is obtained through the storage path of the picture, and the resolution of the picture is obtained in the picture data, that is, the pixel height and the pixel width of the picture. To facilitate subsequent display of the picture in the restore.
  • each picture is encapsulated into an independent picture data structure, and a handle of the picture data structure is generated.
  • the preset encapsulation function may be set by the user or may be defaulted by the system.
  • the preset encapsulation function is USM_OSG_CreateSurface.
  • USM_OSG_CreateSurface is a function for self-encapsulation on different platforms. Even if the display platform of the image display is different, when the same input parameters are taken, a uniform data type handle can be generated in different platforms, so that it can be used in different platforms.
  • the image picture data structure is called by the handle, so that the handle of the generated picture data structure is portable in different platforms.
  • FIG. 3 shows a flowchart of implementation of loading of resource files and conversion of picture data, which is described in detail as follows:
  • Pass in parameter four set to the pixel format of the picture, such as ARGB1555, ARGB8888 or color lookup table or other.
  • step S203 the picture identifier of each picture is associated with the handle and recorded and stored.
  • the picture identifier of each picture is associated with the handle and recorded and stored.
  • the picture identifier of each picture is associated with the handle and recorded and stored, including:
  • the picture identifier of each picture is associated with the handle and recorded in the memory of the picture display side.
  • the picture identifier of each picture is associated with the handle and recorded in the memory of the picture display party. Since the data size of the picture identifier and the handle is much smaller than the size of the picture resource file, It can avoid more files in the memory.
  • the set-top box needs to re-read the file from the memory every time it is turned on, which causes the boot time to be extended, which reduces the user experience, speeds up the boot time, and improves the user experience.
  • FIG. 4 shows a preferred implementation process of an embodiment of the present invention in practical applications:
  • step S401 the picture ID is passed in
  • step S402 matching to the handleID
  • step S403 the drive processing picture is displayed
  • step S404 the texture is completed.
  • FIG. 5 is a structural block diagram of a picture display device according to an embodiment of the present invention.
  • the device can be run on various terminals, including but not limited to a set top box, a mobile phone, and a pocket computer (Pocket).
  • Personal Computer, PPC Personal Computer
  • Pocket PC Portable Personal Digital Assistant
  • Computer Laptop
  • Personal Digital Assistant Personal Digital Assistant
  • MP4 Personal Digital Assistant
  • the picture display device includes:
  • a first acquiring unit 51 configured to acquire a picture identifier of a picture that needs to be loaded
  • the searching unit 52 is configured to search, in a pre-stored handle, a handle corresponding to the picture identifier according to a pre-established correspondence between the picture identifier and the handle, where the handle carries a picture that points to a picture data structure pointer;
  • the calling unit 53 is configured to: when the handle corresponding to the picture identifier is found, invoke the picture data structure pointed by the picture pointer according to the picture pointer carried in the handle, so that the picture display party quickly loads the picture.
  • the method includes:
  • a second obtaining unit configured to acquire each picture in the picture display party and a picture identifier of each picture
  • a generating unit configured to encapsulate each picture into a separate picture data structure, and generate a handle of the picture data structure
  • a storage unit configured to associate a picture identifier of each picture with the handle and record the storage.
  • the method includes:
  • Obtaining a subunit configured to acquire picture information of each picture, where the picture information includes resolution and picture data;
  • the storage unit is specifically configured to associate a picture identifier of each picture with the handle and record the memory stored in the memory of the picture display side.
  • the device provided by the embodiment of the present invention can be applied to the foregoing corresponding method embodiment 1.
  • the device provided by the embodiment of the present invention can be applied to the foregoing corresponding method embodiment 1.
  • the picture data structure pointed by the picture pointer is called according to the picture pointer carried in the handle, so that the picture display party quickly loads the picture. It avoids the repeated allocation and release of memory, which will cause more memory fragmentation, reduce the use efficiency of memory, avoid copying of image data, take a long time, make the image loading time too long, reduce the picture
  • the efficiency of the display while avoiding the storage of image resource files in the memory, resulting in extended boot time, reducing the user experience, thereby reducing memory fragmentation caused by image display, improving the display efficiency of the set-top box image, and speeding up
  • the boot time increases the user experience.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Controls And Circuits For Display Device (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The present invention is applicable to the technical field of mobile terminals and provides a picture display method, apparatus and set-top box, the method comprising: obtaining the picture identity of a picture needing to be loaded; searching pre-stored handles for a handle corresponding to the picture identity on the basis of a pre-established corresponding relation between the picture identity and the handles, the handle carrying a picture pointer which points at a picture data structure; when the handle corresponding to the picture identity is found, calling the picture data structure at which the picture pointer points according to the picture pointer carried in the handle, enabling the picture display party to load the picture rapidly. In this embodiment, memory fragments arising from picture display are reduced, the picture display efficiency of the set-top box is improved, the boot time is shortened, and the user experience is improved.

Description

一种图片显示方法、装置及机顶盒  Picture display method, device and set top box 技术领域Technical field
本发明属于移动终端技术领域,尤其涉及一种图片显示方法、装置及机顶盒。The invention belongs to the technical field of mobile terminals, and in particular relates to a picture display method, device and set top box.
背景技术Background technique
随着机顶盒图片显示功能的普及,越来越多的用户通过机顶盒进行图片显示,用户可在家里下载图片至机顶盒中,通过机顶盒在电视机中显示高清的图片,以享受机顶盒带来的高清视觉体验。With the popularity of the set-top box picture display function, more and more users display pictures through the set-top box. Users can download pictures to the set-top box at home, and display high-definition pictures in the TV set through the set-top box to enjoy the high-definition vision brought by the set-top box. Experience.
然而,现有机顶盒图片显示效率低下,具体地,当前机顶盒图片的显示需要进行图片资源文件的加载,图片的加载方式一般分为两种方式:However, the existing set-top box picture display is inefficient. Specifically, the current set-top box picture needs to be loaded with the picture resource file, and the picture loading manner is generally divided into two modes:
第一种加载方式,如图6所示,是根据图片具体的路径和文件名得到图片数据或者直接利用头文件数组存储图片数据,在每次显示图片的过程中,需要在内存中临时开辟一块区域,然后将图片数据拷贝到内存的区域中,最后释放内存的区域,由于反复分配和释放内存会造成较多的内存碎片,降低了内存的使用效率,与此同时,进行数据拷贝,需要较长的时间,使得图片的加载时间过长,降低了图片显示效率。The first loading mode, as shown in Figure 6, is to obtain image data according to the specific path and file name of the picture or directly use the header file array to store the image data. In each process of displaying the image, it is necessary to temporarily open a piece of memory in the memory. The area, then copy the image data into the memory area, and finally release the memory area. Due to repeated allocation and release of memory, more memory fragmentation is caused, which reduces the memory usage efficiency. At the same time, data copying is required. For a long time, the loading time of the image is too long, which reduces the efficiency of image display.
第二种方式是将图片资源文件存放在内存中进行读取访问,这种方式能进行图片的正常显示,但这种方式使得内存中文件较多,机顶盒每次开机时需要从内存中重新读取文件,由于文件较多,造成开机时间延长,降低了用户的使用体验。 The second way is to store the image resource file in the memory for reading access. This method can display the normal display of the picture, but this way, the file in the memory is more, and the set-top box needs to be re-read from the memory every time the device is turned on. The file is taken, because the file is more, the boot time is prolonged, which reduces the user experience.
技术问题technical problem
本发明实施例的目的在于提供一种图片显示方法,旨在解决现有的机顶盒图片显示效率低下以及图片显示造成较多的内存碎片的问题。An object of the present invention is to provide a picture display method, which aims to solve the problem that the existing set top box picture display efficiency is low and the picture display causes more memory fragmentation.
技术解决方案Technical solution
本发明实施例是这样实现的,一种图片显示方法,包括:The embodiment of the present invention is implemented as follows. A picture display method includes:
获取需要加载的图片的图片标识;Get the image identifier of the image to be loaded;
在预先存储的句柄中,根据预先建立的所述图片标识与所述句柄的对应关系,查找与所述图片标识相对应的句柄,所述句柄携带指向图片数据结构的图片指针;In a pre-stored handle, according to a pre-established correspondence between the picture identifier and the handle, a handle corresponding to the picture identifier is searched, and the handle carries a picture pointer that points to a picture data structure;
当查找到与所述图片标识相对应的句柄时,根据句柄中携带的图片指针,调用图片指针指向的图片数据结构,以使所述图片显示方快速加载所述图片。When the handle corresponding to the picture identifier is found, the picture data structure pointed by the picture pointer is called according to the picture pointer carried in the handle, so that the picture display party quickly loads the picture.
本发明实施例的另一目的在于提供一种图片显示装置,包括:Another object of the present invention is to provide a picture display device, including:
第一获取单元,用于获取需要加载的图片的图片标识;a first acquiring unit, configured to acquire a picture identifier of a picture that needs to be loaded;
查找单元,用于在预先存储的句柄中,根据预先建立的所述图片标识与所述句柄的对应关系,查找与所述图片标识相对应的句柄,所述句柄携带指向图片数据结构的图片指针;a searching unit, configured to search, in a pre-stored handle, a handle corresponding to the image identifier according to a pre-established correspondence between the image identifier and the handle, where the handle carries a picture pointer that points to a picture data structure ;
调用单元,用于当查找到与所述图片标识相对应的句柄时,根据句柄中携带的图片指针,调用图片指针指向的图片数据结构,以使所述图片显示方快速加载所述图片。The calling unit is configured to: when the handle corresponding to the picture identifier is found, invoke the picture data structure pointed by the picture pointer according to the picture pointer carried in the handle, so that the picture display party quickly loads the picture.
本发明实施例的另一目的在于提供一种图片显示装置,包括上述图片显示装置。Another object of the embodiments of the present invention is to provide a picture display device including the above picture display device.
有益效果Beneficial effect
在本发明实施例中,当查找到与所述图片标识相对应的句柄时,根据句柄中携带的图片指针,调用图片指针指向的图片数据结构,以使所述图片显示方快速加载所述图片,避免了出现反复分配和释放内存会造成较多的内存碎片,降低了内存的使用效率的情况,避免了出现图片数据拷贝,需要较长的时间,使得图片的加载时间过长,降低了图片显示效率的情况,同时避免了将图片资源文件存放在内存中,造成开机时间延长,降低了用户的使用体验的情况,从而减少了图片显示造成的内存碎片,提高了机顶盒图片显示效率,加快了开机时间,提高了用户的使用体验。In the embodiment of the present invention, when the handle corresponding to the picture identifier is found, the picture data structure pointed by the picture pointer is called according to the picture pointer carried in the handle, so that the picture display party quickly loads the picture. It avoids the repeated allocation and release of memory, which will cause more memory fragmentation, reduce the use efficiency of memory, avoid copying of image data, take a long time, make the image loading time too long, reduce the picture The efficiency of the display, while avoiding the storage of image resource files in the memory, resulting in extended boot time, reducing the user experience, thereby reducing memory fragmentation caused by image display, improving the display efficiency of the set-top box image, and speeding up The boot time increases the user experience.
附图说明DRAWINGS
图1是本发明实施例提供的图片显示方法的实现流程图;1 is a flowchart of an implementation of a picture display method according to an embodiment of the present invention;
图2是本发明实施例提供的将每张图片的图片标识与所述句柄建立对应关系的实施流程图;2 is a flowchart of an implementation of establishing a correspondence between a picture identifier of each picture and the handle according to an embodiment of the present invention;
图3是本发明实施例提供的资源文件的加载和图片数据转化图片显示装置的实施流程图;3 is a flowchart of an implementation of a resource file loading and picture data conversion picture display device according to an embodiment of the present invention;
图4是本发明实施例提供的本发明实施例在实际应用中较佳的实施流程图;4 is a flow chart of a preferred implementation of an embodiment of the present invention provided in an embodiment of the present invention;
图5是本发明实施例提供的图片显示装置的结构框图;FIG. 5 is a structural block diagram of a picture display device according to an embodiment of the present invention; FIG.
图6是背景技术提供的现有图片加载的实施流程图。6 is a flow chart of an implementation of an existing picture loading provided by the background art.
本发明的实施方式Embodiments of the invention
为了使本发明的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本发明进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。The present invention will be further described in detail below with reference to the accompanying drawings and embodiments. It is understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
在本发明实施例中,当查找到与所述图片标识相对应的句柄时,根据句柄中携带的图片指针,调用图片指针指向的图片数据结构,以使所述图片显示方快速加载所述图片,避免了出现反复分配和释放内存会造成较多的内存碎片,降低了内存的使用效率的情况,避免了出现图片数据拷贝,需要较长的时间,使得图片的加载时间过长,降低了图片显示效率的情况,同时避免了将图片资源文件存放在内存中,造成开机时间延长,降低了用户的使用体验的情况,从而减少了图片显示造成的内存碎片,提高了机顶盒图片显示效率,加快了开机时间,提高了用户的使用体验。In the embodiment of the present invention, when the handle corresponding to the picture identifier is found, the picture data structure pointed by the picture pointer is called according to the picture pointer carried in the handle, so that the picture display party quickly loads the picture. It avoids the repeated allocation and release of memory, which will cause more memory fragmentation, reduce the use efficiency of memory, avoid copying of image data, take a long time, make the image loading time too long, reduce the picture The efficiency of the display, while avoiding the storage of image resource files in the memory, resulting in extended boot time, reducing the user experience, thereby reducing memory fragmentation caused by image display, improving the display efficiency of the set-top box image, and speeding up The boot time increases the user experience.
实施例一Embodiment 1
图1示出了本发明实施例提供的一种图片显示方法的实现流程,详述如下:FIG. 1 is a flowchart showing an implementation process of a picture display method according to an embodiment of the present invention, which is described in detail as follows:
在步骤S101中,获取需要加载的图片的图片标识;In step S101, acquiring a picture identifier of a picture that needs to be loaded;
在本实施例中,图片标识包括但不限于图像编号。In this embodiment, the picture identification includes, but is not limited to, an image number.
在本实施例中,可在对图片数据进行缓存时,对图片数据中的每张图片分配唯一的图片标识,并将图片标识与图片建立对应关系并记录存储,以便于后续图片显示方可获取到需要加载图片的图片标识。当用户选中图片时,表示该图片为需要加载的图片。In this embodiment, when the picture data is buffered, each picture in the picture data may be assigned a unique picture identifier, and the picture identifier is associated with the picture and recorded and stored, so that the subsequent picture display can be obtained. Go to the image ID that needs to load the image. When the user selects a picture, it indicates that the picture is a picture that needs to be loaded.
在步骤S102中,在预先存储的句柄中,根据预先建立的所述图片标识与所述句柄的对应关系,查找与所述图片标识相对应的句柄,所述句柄携带指向图片数据结构的图片指针;In step S102, in a pre-stored handle, according to a pre-established correspondence between the picture identifier and the handle, a handle corresponding to the picture identifier is searched, and the handle carries a picture pointer that points to a picture data structure. ;
在本实施例中,句柄携带指向图片数据结构的图片指针。In this embodiment, the handle carries a picture pointer to the picture data structure.
在本实施例中,图片数据结构是存有图片数据的结构体。In this embodiment, the picture data structure is a structure in which picture data is stored.
在本实施例中,图片显示方以图片标识为索引,在存储与应用程序的图片标识相对应的句柄的数据库中,查询需要加载图片的图片标识相对应的句柄,以判断储数据库中是否存在图片标识相对应的句柄。In this embodiment, the picture display side uses the picture identifier as an index, and in the database storing the handle corresponding to the picture identifier of the application, the handle corresponding to the picture identifier of the image to be loaded is searched to determine whether the stored database exists. The picture identifies the corresponding handle.
在本实施例中,当查询到该图片标识对应的句柄时,表示数据库中已存在与图片标识相对应的句柄。此时,图片显示方根据记录存储的该图片标识和该句柄的对应关系,以图片标识为索引,查找出图片标识对应的句柄,便于后续图片显示方,可调用句柄中的图片指针指向的图片数据结构,提取出图片数据,避免了出现图片数据拷贝,需要较长的时间的情况,从而快速加载图片。In this embodiment, when the handle corresponding to the picture identifier is queried, it indicates that a handle corresponding to the picture identifier already exists in the database. At this time, the picture display party searches for the corresponding handle of the picture identifier according to the corresponding relationship between the picture identifier and the handle stored in the record, and finds the handle corresponding to the picture identifier, so as to facilitate the subsequent picture display party, and can call the picture pointed by the picture pointer in the handle. The data structure extracts the image data, avoids the occurrence of copying of the image data, and takes a long time to load the image quickly.
在本实施例中,当查询不到图片标识对应的句柄时,表示数据库中不存在与图片标识相对应的句柄。此时,将该图片的封装为独立的图片数据结构,并生成该图片数据结构的句柄,并以图片标识为索引,将该图片标识和句柄建立关联并记录存储,以便于后续图片显示方,可调用句柄中的图片指针指向的图片数据结构,提取出图片数据,从而快速加载图片。In this embodiment, when the handle corresponding to the picture identifier is not found, it means that there is no handle corresponding to the picture identifier in the database. At this time, the picture is encapsulated into an independent picture data structure, and a handle of the picture data structure is generated, and the picture identifier is indexed, and the picture identifier and the handle are associated and recorded and stored for subsequent image display. The image data structure pointed to by the picture pointer in the handle can be called to extract the picture data, thereby quickly loading the picture.
在步骤S103中,当查找到与所述图片标识相对应的句柄时,根据句柄中携带的图片指针,调用图片指针指向的图片数据结构,以使所述图片显示方快速加载所述图片。In step S103, when the handle corresponding to the picture identifier is found, the picture data structure pointed by the picture pointer is called according to the picture pointer carried in the handle, so that the picture display party quickly loads the picture.
在本实施例中,当查找到与所述图片标识相对应的句柄时,根据句柄中携带的图片指针,调用图片指针指向的图片数据结构,通过图片处理的函数,解析图片数据结构中的图片数据,也就是像素点的数据,在解析完后,按照之前的像素格式,在驱动显示的时候,驱动会以像素打点的方式显示出来,从而底层驱动只通过句柄即可加载图片,避免了出现反复分配和释放内存会造成较多的内存碎片,降低了内存的使用效率的情况,避免了出现图片数据拷贝,需要较长的时间,使得图片的加载时间过长,降低了图片显示效率的情况,同时避免了将图片资源文件存放在内存中,造成开机时间延长,降低了用户的使用体验的情况,从而减少了图片显示造成的内存碎片,提高了机顶盒图片显示效率,加快了开机时间,提高了用户的使用体验。In this embodiment, when the handle corresponding to the picture identifier is found, according to the picture pointer carried in the handle, the picture data structure pointed by the picture pointer is called, and the picture in the picture data structure is parsed by the function of the picture processing. The data, that is, the data of the pixel points, after parsing, according to the previous pixel format, when driving the display, the driver will display in the manner of pixel dot, so that the underlying driver can load the image only through the handle, avoiding the appearance. Repeated allocation and release of memory will cause more memory fragmentation, reduce the efficiency of memory usage, avoid copying of image data, and take a long time, so that the loading time of the image is too long, which reduces the efficiency of image display. At the same time, the image resource file is stored in the memory, which causes the boot time to be extended, which reduces the user experience, thereby reducing the memory fragmentation caused by the picture display, improving the display efficiency of the set top box picture, speeding up the boot time, and improving The user experience.
作为本发明的一个优选实施例,作为本发明的一个优选实施例,当图片显示的应用程序启动时,执行获取需要加载的图片的图片标识的步骤。As a preferred embodiment of the present invention, as a preferred embodiment of the present invention, when the application displayed by the picture is activated, the step of acquiring the picture identification of the picture to be loaded is performed.
本实施例中,当图片显示的应用程序启动时,执行获取需要加载的图片的图片标识的步骤,具体地,通过预设的监听器,获取机顶盒中的广播消息,当获取图片显示的应用程序启动的广播信息时,执行获取需要加载的图片的图片标识的线程,以获取需要加载的图片的图片标识。当图片显示的应用程序没有启动时,不执行获取需要加载的图片的图片标识的步骤,从而减少机顶盒的运行的线程,提高机顶盒的运行速度。In this embodiment, when the application displayed by the image is started, the step of acquiring the image identifier of the image to be loaded is performed, specifically, the broadcast message in the set top box is obtained through the preset listener, and the application for acquiring the image is obtained. When the broadcast information is started, a thread that obtains a picture identifier of the picture to be loaded is executed to obtain a picture identifier of the picture to be loaded. When the application displayed by the picture is not started, the step of obtaining the picture identifier of the picture to be loaded is not performed, thereby reducing the running thread of the set top box and improving the running speed of the set top box.
实施例二Embodiment 2
图2示出了在步骤S101中之前,将每张图片的图片标识与所述句柄建立对应关系的实施流程,详述如下:FIG. 2 shows an implementation flow of establishing a correspondence between a picture identifier of each picture and the handle before step S101, which is described in detail as follows:
在步骤S201中,获取每张图片以及每张图片的图片标识;In step S201, each picture and a picture identifier of each picture are acquired;
在本实施例中,应用文件系统的模块对所有图片进行遍历和添加索引(即编号)。比如五张图片编号分别为Pic1,Pic2, Pic3, Pic4, Pic5。In this embodiment, the module of the application file system traverses and adds indexes (ie, numbering) to all pictures. For example, the five picture numbers are Pic1, Pic2, Pic3, Pic4, Pic5.
在步骤S202中,将每张图片的封装为独立的图片数据结构,并生成所述图片数据结构的句柄;In step S202, each picture is encapsulated into an independent picture data structure, and a handle of the picture data structure is generated;
在本实施例中,将每张图片的封装为独立的图片数据结构,并生成所述图片数据结构的句柄,具体为:In this embodiment, each picture is encapsulated into an independent picture data structure, and a handle of the picture data structure is generated, specifically:
获取每张图片的图片信息,所述图片信息包括分辨率以及图片数据;Obtaining picture information of each picture, where the picture information includes resolution and picture data;
在本实施例中,获取每张图片的图片信息,可通过图片的存储路径,获取保存在缓冲区中的图片数据,在图片数据中获取图片的分辨率,也就是图片的像素高度和像素宽度,便于后续在还原显示图片。 In this embodiment, the picture information of each picture is obtained, and the picture data stored in the buffer is obtained through the storage path of the picture, and the resolution of the picture is obtained in the picture data, that is, the pixel height and the pixel width of the picture. To facilitate subsequent display of the picture in the restore.
根据预设的封装函数以及所述图片信息,将每张图片的封装为独立的图片数据结构,并生成所述图片数据结构的句柄。According to the preset encapsulation function and the picture information, each picture is encapsulated into an independent picture data structure, and a handle of the picture data structure is generated.
在本实施例中,预设的封装函数可以为用户自设,也可系统默认。In this embodiment, the preset encapsulation function may be set by the user or may be defaulted by the system.
优选地,预设的封装函数为USM_OSG_CreateSurface。USM_OSG_CreateSurface是针对于不同平台自行进行封装的函数,即使图片显示方的显示平台不同,当采取相同的输入参数时,可在不同的平台中生成统一的数据类型的句柄,从而在不同平台中也可通过句柄调用图像图片数据结构,从而使得生成的图片数据结构的句柄在不同平台中具有可移植性。Preferably, the preset encapsulation function is USM_OSG_CreateSurface. USM_OSG_CreateSurface is a function for self-encapsulation on different platforms. Even if the display platform of the image display is different, when the same input parameters are taken, a uniform data type handle can be generated in different platforms, so that it can be used in different platforms. The image picture data structure is called by the handle, so that the handle of the generated picture data structure is portable in different platforms.
在本实施例中,为便于说明,图3示出了资源文件的加载和图片数据转化的实施流程图,详述如下:In the present embodiment, for convenience of explanation, FIG. 3 shows a flowchart of implementation of loading of resource files and conversion of picture data, which is described in detail as follows:
创建统一的接口;Create a unified interface;
对于不同平台,设置多个传入参数,如Set multiple incoming parameters for different platforms, such as
传入参数一:设置为图片的高度width Pass in parameter one: set to the height of the image width
传入参数二:设置为图片的heightPass in parameter two: set to the height of the image
传入参数三:为图片的dataBuffer数据Pass in parameter three: dataBuffer data for the picture
传入参数四:设置为图片的像素格式,比如为ARGB1555,ARGB8888或者为颜色查找表或者其它。Pass in parameter four: set to the pixel format of the picture, such as ARGB1555, ARGB8888 or color lookup table or other.
将多个传入参数输入USM_OSG_CreateSurface中,返回值为整形的句柄,句柄即为各个不同平台数据结构体的指针所转化的整数值。Input multiple input parameters into USM_OSG_CreateSurface, the return value is the handle of the shape, and the handle is the integer value converted by the pointer of each different platform data structure.
依次对其它图片进行数据解析,通过传入参数将数据传入 USM_OSG_CreateSurface()中,具体地,也就是即将height1 + width1 + dataBuffer1 + 其它传入数据,height2 + width2 + dataBuffer2 +其它传入数据,height3 + width3 + dataBuffer3 + 其它传入数据传入USM_OSG_CreateSurface(),即可依次得到句柄handle2,handle3,handle4,handle5。Data parsing of other images in turn, passing data through incoming parameters USM_OSG_CreateSurface(), specifically, ie, height1 + width1 + dataBuffer1 + Other incoming data, height2 + width2 + dataBuffer2 + other incoming data, height3 + width3 + dataBuffer3 + Other incoming data is passed to USM_OSG_CreateSurface(), which in turn gets the handles handle2, handle3, handle4, handle5.
在步骤S203中,将每张图片的图片标识与所述句柄建立对应关系并记录存储。In step S203, the picture identifier of each picture is associated with the handle and recorded and stored.
在本实施例中,通过以图片标识作为索引,将每张图片的图片标识与所述句柄建立对应关系并记录存储。In this embodiment, by using the picture identifier as an index, the picture identifier of each picture is associated with the handle and recorded and stored.
作为本发明的一个优选实施例,将每张图片的图片标识与所述句柄建立对应关系并记录存储,包括:As a preferred embodiment of the present invention, the picture identifier of each picture is associated with the handle and recorded and stored, including:
将每张图片的图片标识与所述句柄建立对应关系并记录存储在图片显示方的内存中。The picture identifier of each picture is associated with the handle and recorded in the memory of the picture display side.
在本实施例中,将每张图片的图片标识与所述句柄建立对应关系并记录存储在图片显示方的内存中,由于图片标识与所述句柄的数据大小远小于图片资源文件的大小,因此 ,可避免内存中文件较多,机顶盒每次开机时需要从内存中重新读取文件,造成开机时间延长,降低了用户的使用体验的情况,加快了开机时间,提高了用户的使用体验。In this embodiment, the picture identifier of each picture is associated with the handle and recorded in the memory of the picture display party. Since the data size of the picture identifier and the handle is much smaller than the size of the picture resource file, It can avoid more files in the memory. The set-top box needs to re-read the file from the memory every time it is turned on, which causes the boot time to be extended, which reduces the user experience, speeds up the boot time, and improves the user experience.
实施例三Embodiment 3
图4示出了本发明实施例在实际应用中较佳的实施流程:FIG. 4 shows a preferred implementation process of an embodiment of the present invention in practical applications:
在步骤S401中,传入图片ID;In step S401, the picture ID is passed in;
在步骤S402中,匹配到handleID;In step S402, matching to the handleID;
在步骤S403中,显示驱动处理图片;In step S403, the drive processing picture is displayed;
在步骤S404中,贴图完成。In step S404, the texture is completed.
图5示出了本发明实施例提供的一种图片显示装置的结构框图,该装置可以运行于各种终端,包括但不限于机顶盒、移动电话、口袋计算机(Pocket Personal Computer,PPC)、掌上电脑、计算机、笔记本电脑、个人数字助理(Personal Digital Assistant,PDA)、MP4、MP3等。为了便于说明,仅示出了与本实施例相关的部分。FIG. 5 is a structural block diagram of a picture display device according to an embodiment of the present invention. The device can be run on various terminals, including but not limited to a set top box, a mobile phone, and a pocket computer (Pocket). Personal Computer, PPC), Pocket PC, Computer, Laptop, Personal Digital Assistant (Personal Digital Assistant, PDA), MP4, MP3, etc. For the convenience of explanation, only the parts related to the present embodiment are shown.
参照图5,该图片显示装置,包括:Referring to FIG. 5, the picture display device includes:
第一获取单元51,用于获取需要加载的图片的图片标识;a first acquiring unit 51, configured to acquire a picture identifier of a picture that needs to be loaded;
查找单元52,用于在预先存储的句柄中,根据预先建立的所述图片标识与所述句柄的对应关系,查找与所述图片标识相对应的句柄,所述句柄携带指向图片数据结构的图片指针;The searching unit 52 is configured to search, in a pre-stored handle, a handle corresponding to the picture identifier according to a pre-established correspondence between the picture identifier and the handle, where the handle carries a picture that points to a picture data structure pointer;
调用单元53,用于当查找到与所述图片标识相对应的句柄时,根据句柄中携带的图片指针,调用图片指针指向的图片数据结构,以使所述图片显示方快速加载所述图片。The calling unit 53 is configured to: when the handle corresponding to the picture identifier is found, invoke the picture data structure pointed by the picture pointer according to the picture pointer carried in the handle, so that the picture display party quickly loads the picture.
进一步地,在该图片显示装置中,包括:Further, in the picture display device, the method includes:
第二获取单元,用于获取图片显示方中每张图片以及每张图片的图片标识;a second obtaining unit, configured to acquire each picture in the picture display party and a picture identifier of each picture;
生成单元,用于将每张图片的封装为独立的图片数据结构,并生成所述图片数据结构的句柄;a generating unit, configured to encapsulate each picture into a separate picture data structure, and generate a handle of the picture data structure;
存储单元,用于将每张图片的图片标识与所述句柄建立对应关系并记录存储。a storage unit, configured to associate a picture identifier of each picture with the handle and record the storage.
进一步地,在该图片显示装置中,包括:Further, in the picture display device, the method includes:
获取子单元,用于获取每张图片的图片信息,所述图片信息包括分辨率以及图片数据;Obtaining a subunit, configured to acquire picture information of each picture, where the picture information includes resolution and picture data;
生成子单元,用于根据预设的封装函数以及所述图片信息,将每张图片的封装为独立的图片数据结构,并生成所述图片数据结构的句柄。And generating a subunit, configured to encapsulate each picture into an independent picture data structure according to a preset encapsulation function and the picture information, and generate a handle of the picture data structure.
具体地,在该图片显示装置中, 所述存储单元具体用于将每张图片的图片标识与所述句柄建立对应关系并记录存储在图片显示方的内存中。Specifically, in the picture display device, The storage unit is specifically configured to associate a picture identifier of each picture with the handle and record the memory stored in the memory of the picture display side.
本发明实施例提供的装置可以应用在前述对应的方法实施例一中,详情参见上述实施例一的描述,在此不再赘述。The device provided by the embodiment of the present invention can be applied to the foregoing corresponding method embodiment 1. For details, refer to the description of the first embodiment, and details are not described herein again.
在本发明实施例中,当查找到与所述图片标识相对应的句柄时,根据句柄中携带的图片指针,调用图片指针指向的图片数据结构,以使所述图片显示方快速加载所述图片,避免了出现反复分配和释放内存会造成较多的内存碎片,降低了内存的使用效率的情况,避免了出现图片数据拷贝,需要较长的时间,使得图片的加载时间过长,降低了图片显示效率的情况,同时避免了将图片资源文件存放在内存中,造成开机时间延长,降低了用户的使用体验的情况,从而减少了图片显示造成的内存碎片,提高了机顶盒图片显示效率,加快了开机时间,提高了用户的使用体验。In the embodiment of the present invention, when the handle corresponding to the picture identifier is found, the picture data structure pointed by the picture pointer is called according to the picture pointer carried in the handle, so that the picture display party quickly loads the picture. It avoids the repeated allocation and release of memory, which will cause more memory fragmentation, reduce the use efficiency of memory, avoid copying of image data, take a long time, make the image loading time too long, reduce the picture The efficiency of the display, while avoiding the storage of image resource files in the memory, resulting in extended boot time, reducing the user experience, thereby reducing memory fragmentation caused by image display, improving the display efficiency of the set-top box image, and speeding up The boot time increases the user experience.
以上所述仅为本发明的较佳实施例而已,并不用以限制本发明,凡在本发明的精神和原则之内所作的任何修改、等同替换和改进等,均应包含在本发明的保护范围之内。The above is only the preferred embodiment of the present invention, and is not intended to limit the present invention. Any modifications, equivalent substitutions and improvements made within the spirit and principles of the present invention should be included in the protection of the present invention. Within the scope.

Claims (10)

  1. 一种图片显示方法,其特征在于,包括: A picture display method, comprising:
    获取需要加载的图片的图片标识;Get the image identifier of the image to be loaded;
    在预先存储的句柄中,根据预先建立的所述图片标识与所述句柄的对应关系,查找与所述图片标识相对应的句柄,所述句柄携带指向图片数据结构的图片指针;In a pre-stored handle, according to a pre-established correspondence between the picture identifier and the handle, a handle corresponding to the picture identifier is searched, and the handle carries a picture pointer that points to a picture data structure;
    当查找到与所述图片标识相对应的句柄时,根据句柄中携带的图片指针,调用图片指针指向的图片数据结构,以使所述图片显示方快速加载所述图片。When the handle corresponding to the picture identifier is found, the picture data structure pointed by the picture pointer is called according to the picture pointer carried in the handle, so that the picture display party quickly loads the picture.
  2. 如权利要求1所述的方法,其特征在于,在所述获取需要加载的图片的图片标识之前,包括:The method according to claim 1, wherein before the obtaining the picture identifier of the picture to be loaded, the method comprises:
    获取图片显示方中每张图片以及每张图片的图片标识;Get each image in the image display and the image identifier of each image;
    将每张图片封装为独立的图片数据结构,并生成所述图片数据结构的句柄;Encapsulating each picture as a separate picture data structure and generating a handle to the picture data structure;
    将每张图片的图片标识与所述句柄建立对应关系并记录存储。The picture identifier of each picture is associated with the handle and recorded and stored.
  3. 如权利要求2所述的方法,其特征在于,所述将每张图片的封装为独立的图片数据结构,并生成所述图片数据结构的句柄,包括:The method according to claim 2, wherein the encapsulating each picture is a separate picture data structure, and generating a handle of the picture data structure, comprising:
    获取每张图片的图片信息,所述图片信息包括分辨率以及图片数据;Obtaining picture information of each picture, where the picture information includes resolution and picture data;
    根据预设的封装函数以及所述图片信息,将每张图片的封装为独立的图片数据结构,并生成所述图片数据结构的句柄。According to the preset encapsulation function and the picture information, each picture is encapsulated into an independent picture data structure, and a handle of the picture data structure is generated.
  4. 如权利要求1所述的方法,其特征在于,将每张图片的图片标识与所述句柄建立对应关系并记录存储,包括:The method according to claim 1, wherein the picture identifier of each picture is associated with the handle and recorded and stored, including:
    将每张图片的图片标识与所述句柄建立对应关系并记录存储在图片显示方的内存中。The picture identifier of each picture is associated with the handle and recorded in the memory of the picture display side.
  5. 如权利要求1所述的方法,其特征在于,在所述获取需要加载的图片的图片标识之前,还包括:The method of claim 1, further comprising: before the obtaining the picture identifier of the picture to be loaded,
    当图片显示的应用程序启动时,执行获取需要加载的图片的图片标识的步骤。When the application displayed by the image is launched, the step of obtaining the image identifier of the picture to be loaded is performed.
  6. 一种图片显示装置,其特征在于,包括:A picture display device, comprising:
    第一获取单元,用于获取需要加载的图片的图片标识;a first acquiring unit, configured to acquire a picture identifier of a picture that needs to be loaded;
    查找单元,用于在预先存储的句柄中,根据预先建立的所述图片标识与所述句柄的对应关系,查找与所述图片标识相对应的句柄,所述句柄携带指向图片数据结构的图片指针;a searching unit, configured to search, in a pre-stored handle, a handle corresponding to the image identifier according to a pre-established correspondence between the image identifier and the handle, where the handle carries a picture pointer that points to a picture data structure ;
    调用单元,用于当查找到与所述图片标识相对应的句柄时,根据句柄中携带的图片指针,调用图片指针指向的图片数据结构,以使所述图片显示方快速加载所述图片。The calling unit is configured to: when the handle corresponding to the picture identifier is found, invoke the picture data structure pointed by the picture pointer according to the picture pointer carried in the handle, so that the picture display party quickly loads the picture.
  7. 如权利要求6所述的装置,其特征在于,还包括:The device of claim 6 further comprising:
    第二获取单元,用于获取图片显示方中每张图片以及每张图片的图片标识;a second obtaining unit, configured to acquire each picture in the picture display party and a picture identifier of each picture;
    生成单元,用于将每张图片的封装为独立的图片数据结构,并生成所述图片数据结构的句柄;a generating unit, configured to encapsulate each picture into a separate picture data structure, and generate a handle of the picture data structure;
    存储单元,用于将每张图片的图片标识与所述句柄建立对应关系并记录存储。a storage unit, configured to associate a picture identifier of each picture with the handle and record the storage.
  8. 如权利要求7所述的装置,其特征在于,所述生成单元,包括:The device of claim 7, wherein the generating unit comprises:
    获取子单元,用于获取每张图片的图片信息,所述图片信息包括分辨率以及图片数据;Obtaining a subunit, configured to acquire picture information of each picture, where the picture information includes resolution and picture data;
    生成子单元,用于根据预设的封装函数以及所述图片信息,将每张图片的封装为独立的图片数据结构,并生成所述图片数据结构的句柄。And generating a subunit, configured to encapsulate each picture into an independent picture data structure according to a preset encapsulation function and the picture information, and generate a handle of the picture data structure.
  9. 如权利要求7所述的装置,其特征在于,所述存储单元具体用于将每张图片的图片标识与所述句柄建立对应关系并记录存储在图片显示方的内存中。The device according to claim 7, wherein the storage unit is specifically configured to associate a picture identifier of each picture with the handle and record the memory stored in a memory of the picture display side.
  10. 一种机顶盒,其特征在于,包括权利要求6至9任意一项所述图片显示装置。 A set top box, comprising the picture display device according to any one of claims 6 to 9.
PCT/CN2014/079268 2013-06-28 2014-06-05 Picture display method, apparatus and set-top box WO2014206190A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310269498.7A CN103324740B (en) 2013-06-28 2013-06-28 A kind of image display method, device and set top box
CN201310269498.7 2013-06-28

Publications (1)

Publication Number Publication Date
WO2014206190A1 true WO2014206190A1 (en) 2014-12-31

Family

ID=49193483

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/079268 WO2014206190A1 (en) 2013-06-28 2014-06-05 Picture display method, apparatus and set-top box

Country Status (2)

Country Link
CN (1) CN103324740B (en)
WO (1) WO2014206190A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103324740B (en) * 2013-06-28 2017-08-25 深圳市九洲电器有限公司 A kind of image display method, device and set top box
CN109859282A (en) * 2019-02-12 2019-06-07 深圳市技达信息技术有限公司 The method for accessing picture

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060239590A1 (en) * 2005-04-20 2006-10-26 Microsoft Corporation Image frame abstraction model for image codecs
CN1909672A (en) * 2006-08-18 2007-02-07 北京金山软件有限公司 Storage method and system for displaying pictures
CN101183366A (en) * 2006-12-26 2008-05-21 腾讯科技(深圳)有限公司 Photograph document handling method and system
US20100119170A1 (en) * 2008-11-07 2010-05-13 Yahoo! Inc. Image compression by comparison to large database
CN101751476A (en) * 2010-02-02 2010-06-23 汉王科技股份有限公司 Method and device for marking electronic bookmarks
CN101794567A (en) * 2010-02-10 2010-08-04 中兴通讯股份有限公司 Method and terminal for loading pictures
CN102541538A (en) * 2011-12-06 2012-07-04 Tcl集团股份有限公司 Picture displaying method and device based on mobile terminal
CN102789470A (en) * 2011-05-20 2012-11-21 腾讯科技(深圳)有限公司 Method and device for uploading pictures in webpage
CN103324740A (en) * 2013-06-28 2013-09-25 深圳市九洲电器有限公司 Set-top box and method and device for displaying pictures

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004145568A (en) * 2002-10-23 2004-05-20 Kyocera Mita Corp Picture display program and picture display device
CN102768662B (en) * 2011-05-05 2016-02-10 阿里巴巴集团控股有限公司 A kind of method and apparatus Loaded Image
CN102831111B (en) * 2011-06-14 2015-12-16 腾讯科技(深圳)有限公司 A kind of image display method and device
CN102930575B (en) * 2011-08-08 2017-07-25 深圳市世纪光速信息技术有限公司 Method, device and information terminal that a kind of secondary graphics are drawn
CN102541605B (en) * 2011-12-30 2014-10-29 Tcl集团股份有限公司 Method and device for picture loading based on Android system

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060239590A1 (en) * 2005-04-20 2006-10-26 Microsoft Corporation Image frame abstraction model for image codecs
CN1909672A (en) * 2006-08-18 2007-02-07 北京金山软件有限公司 Storage method and system for displaying pictures
CN101183366A (en) * 2006-12-26 2008-05-21 腾讯科技(深圳)有限公司 Photograph document handling method and system
US20100119170A1 (en) * 2008-11-07 2010-05-13 Yahoo! Inc. Image compression by comparison to large database
CN101751476A (en) * 2010-02-02 2010-06-23 汉王科技股份有限公司 Method and device for marking electronic bookmarks
CN101794567A (en) * 2010-02-10 2010-08-04 中兴通讯股份有限公司 Method and terminal for loading pictures
CN102789470A (en) * 2011-05-20 2012-11-21 腾讯科技(深圳)有限公司 Method and device for uploading pictures in webpage
CN102541538A (en) * 2011-12-06 2012-07-04 Tcl集团股份有限公司 Picture displaying method and device based on mobile terminal
CN103324740A (en) * 2013-06-28 2013-09-25 深圳市九洲电器有限公司 Set-top box and method and device for displaying pictures

Also Published As

Publication number Publication date
CN103324740A (en) 2013-09-25
CN103324740B (en) 2017-08-25

Similar Documents

Publication Publication Date Title
WO2018149082A1 (en) Contract generation method and apparatus, server and storage medium
WO2014094497A1 (en) Method and system for adaptive advertising in video content
WO2018161478A1 (en) Fragmentation processing method for use with multi-block chains, device, server and storage medium
CN1208752C (en) Graphics subsystem including RAMDAC IC with digital video storage iterface for connection to graphics bus using DMA
WO2011081319A2 (en) Method and network apparatus for requesting data based on content name
WO2014005501A1 (en) Method and system for user account to maintain login state and storage medium
WO2018014582A1 (en) Insurance policy data processing method, device, servicer and storage medium
WO2017071329A1 (en) Password management method, password management system and terminal device
WO2017063357A1 (en) Data hiding method and hiding system
WO2017190561A1 (en) Method for realizing password inputting by means of virtual keyboard, terminal, server, system and storage medium
WO2014029354A1 (en) Image uploading method, system and client
WO2018035929A1 (en) Method and apparatus for processing verification code
WO2018076865A1 (en) Data sharing method, device, storage medium, and electronic device
WO2013137662A1 (en) Apparatus and method of controlling permission to applications in a portable terminal
WO2013139185A1 (en) File name display method and system, and computer storage medium
WO2017173838A1 (en) Verification-based message display method and communication terminal
WO2018086219A1 (en) Method, device and terminal for storing call information
WO2012050293A1 (en) Method and apparatus for sharing contents using information of group change in content oriented network environment
WO2014051348A2 (en) Apparatus and method for transforming data object
WO2020141660A1 (en) Electronic apparatus managing data based on block chain and method for managing data
WO2015043173A1 (en) Method and system for sending contact information in call process
WO2018218523A1 (en) Data refreshing method and device, and computer-readable storage medium
WO2015101332A1 (en) Password classification management method and system
WO2014206190A1 (en) Picture display method, apparatus and set-top box
WO2016123898A1 (en) Short message managing method and mobile terminal thereof

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14818470

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14818470

Country of ref document: EP

Kind code of ref document: A1