Searched refs:programInfo (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/source/ |
H A D | player_demux.cpp | 164 ProgramInfo *programInfo = nullptr; in GetFileInfo() local 178 programInfo = &info.programInfo[0]; in GetFileInfo() 181 if (info.programInfo[i].programId == programId) { in GetFileInfo() 182 programInfo = &info.programInfo[i]; in GetFileInfo() 187 if (programInfo == nullptr) { in GetFileInfo() 191 fileInfo.s64Duration = programInfo->durationMs; in GetFileInfo() 194 for (i = 0; i < programInfo->trackNum; i++) { in GetFileInfo() 195 … if (programInfo->track[i].trackId == trackId[0] || programInfo->track[i].trackId == trackId[1]) { in GetFileInfo() 196 if (programInfo->track[i].trackType == TRACK_TYPE_VIDEO) { in GetFileInfo() 212 programInfo = &info.programInfo[i]; in GetFileInfo() [all …]
|
/ohos5.0/docs/zh-cn/application-dev/webgl/ |
H A D | webgl-2d-guidelines.md | 197 const programInfo = { 245 function drawScene(gl, programInfo, buffers) { 274 programInfo.attribLocations.vertexPosition, 281 gl.enableVertexAttribArray(programInfo.attribLocations.vertexPosition); 283 gl.useProgram(programInfo.program); 285 programInfo.uniformLocations.projectionMatrix, 290 programInfo.uniformLocations.modelViewMatrix, 301 function setPositionAttribute(gl, buffers, programInfo) { 309 programInfo.attribLocations.vertexPosition, 316 gl.enableVertexAttribArray(programInfo.attribLocations.vertexPosition);
|
/ohos5.0/docs/en/application-dev/webgl/ |
H A D | webgl-2d-guidelines.md | 193 const programInfo = { 241 function drawScene(gl, programInfo, buffers) { 270 programInfo.attribLocations.vertexPosition, 277 gl.enableVertexAttribArray(programInfo.attribLocations.vertexPosition); 279 gl.useProgram(programInfo.program); 281 programInfo.uniformLocations.projectionMatrix, 286 programInfo.uniformLocations.modelViewMatrix, 297 function setPositionAttribute(gl, buffers, programInfo) { 305 programInfo.attribLocations.vertexPosition, 312 gl.enableVertexAttribArray(programInfo.attribLocations.vertexPosition);
|
/ohos5.0/drivers/peripheral/format/interfaces/include/ |
H A D | format_type.h | 351 … ProgramInfo *programInfo; /**< Pointer to the array of information about the movie file program */ member
|